home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / cardio.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  390 b   |  21 lines

  1. on exitFrame
  2.   if rollOver(3) then
  3.     sound playFile 2, "..\som\a1.wav"
  4.     go("azul")
  5.   else
  6.     if rollOver(4) then
  7.       sound playFile 2, "..\som\b2.wav"
  8.       go("amarelo")
  9.     else
  10.       if rollOver(5) then
  11.         sound playFile 2, "..\som\c3.wav"
  12.         go("verde")
  13.       else
  14.         if rollOver(8) then
  15.           go("navegs")
  16.         end if
  17.       end if
  18.     end if
  19.   end if
  20. end
  21.